home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2069
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
754b
|
38 lines
on(release){
if(_root.poz == "b")
{
if(_root.ii5 == 2 && _root.draglej == 5)
{
_root.d_pantata.i = "vos_1";
}
else if(0 < _root.draglej)
{
_root.d_pantata.i = "item_bad";
}
else if(_root.ii5 == 2)
{
_root.d_pantata.i = "vos_1";
}
else if(_root.ii5 == 3)
{
_root.d_pantata.i = "hosp_1";
}
else
{
_root.d_pantata.i = "start";
}
_root.stopdragall();
_root.hideall();
}
else
{
_root.stopdragall();
if(_root.poz == "c")
{
_root.set_info(128);
_root.ic_pusa();
}
_root.pepa.gotoAndPlay(_root.poz add "b");
}
}